home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_FAVEXT / TFORM_FAVEXT.txt
Text File  |  2003-11-13  |  2KB  |  95 lines

  1. object Form_FavExt: TForm_FavExt
  2.   Left = 270
  3.   Top = 298
  4.   ActiveControl = Edit_FN
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Favorite document or program'
  7.   ClientHeight = 185
  8.   ClientWidth = 342
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 5
  21.     Top = 0
  22.     Width = 331
  23.     Height = 146
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 10
  27.       Top = 10
  28.       Width = 153
  29.       Height = 13
  30.       Caption = '&Location (document or program):'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 10
  34.       Top = 55
  35.       Width = 102
  36.       Height = 13
  37.       Caption = '&Parameters (optional):'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 10
  41.       Top = 100
  42.       Width = 31
  43.       Height = 13
  44.       Caption = '&Name:'
  45.     end
  46.     object Edit_FN: TFilenameEdit
  47.       Left = 10
  48.       Top = 25
  49.       Width = 311
  50.       Height = 21
  51.       DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks]
  52.       ButtonWidth = 25
  53.       NumGlyphs = 1
  54.       TabOrder = 0
  55.       OnChange = Edit_FNChange
  56.     end
  57.     object Edit_Params: TEdit
  58.       Left = 10
  59.       Top = 70
  60.       Width = 311
  61.       Height = 21
  62.       TabOrder = 1
  63.     end
  64.     object Edit_Name: TEdit
  65.       Left = 10
  66.       Top = 115
  67.       Width = 311
  68.       Height = 21
  69.       TabOrder = 2
  70.     end
  71.   end
  72.   object Button_OK: TButton
  73.     Left = 20
  74.     Top = 154
  75.     Width = 75
  76.     Height = 25
  77.     Hint = 'Accept changes and close dialog box'
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 1
  82.   end
  83.   object Button_Cancel: TButton
  84.     Left = 100
  85.     Top = 154
  86.     Width = 75
  87.     Height = 25
  88.     Hint = 'Discard changes and close dialog box'
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 2
  93.   end
  94. end
  95.